home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sysctrl._xe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Encoding:
Text File  |  1999-11-15  |  3.4 KB  |  168 lines

  1. object Form4: TForm4
  2.   Left = 374
  3.   Top = 251
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'System'
  7.   ClientHeight = 127
  8.   ClientWidth = 161
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image2: TImage
  24.     Left = 280
  25.     Top = 3
  26.     Width = 229
  27.     Height = 91
  28.     Picture.Data = {<image000.bmp>}
  29.   end
  30.   object AHMFillBackground1: TAHMFillBackground
  31.     Left = 0
  32.     Top = 0
  33.     Width = 161
  34.     Height = 127
  35.     Background = Form1.AHMBackground1
  36.     Align = alClient
  37.   end
  38.   object Image1: TImage
  39.     Left = 65
  40.     Top = 5
  41.     Width = 32
  42.     Height = 32
  43.     AutoSize = True
  44.     Picture.Data = {<image001.ico>}
  45.     Stretch = True
  46.     Transparent = True
  47.   end
  48.   object Label1: TLabel
  49.     Left = 19
  50.     Top = 40
  51.     Width = 122
  52.     Height = 21
  53.     Caption = 'Enter Password:'
  54.     Color = clWhite
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clNavy
  57.     Font.Height = -19
  58.     Font.Name = 'Times New Roman'
  59.     Font.Style = []
  60.     ParentColor = False
  61.     ParentFont = False
  62.     Transparent = True
  63.   end
  64.   object MaskEdit1: TEdit
  65.     Left = 4
  66.     Top = 64
  67.     Width = 151
  68.     Height = 21
  69.     PasswordChar = '*'
  70.     TabOrder = 0
  71.   end
  72.   object Button1: TButton
  73.     Left = 185
  74.     Top = 86
  75.     Width = 58
  76.     Height = 25
  77.     Caption = 'OK'
  78.     Default = True
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clNavy
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 1
  86.     Visible = False
  87.     OnClick = Button1Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 264
  91.     Top = 86
  92.     Width = 58
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clNavy
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 2
  103.     Visible = False
  104.     OnClick = Button2Click
  105.   end
  106.   object AHMButton1: TAHMButton
  107.     Left = 13
  108.     Top = 91
  109.     Width = 58
  110.     Height = 25
  111.     Font3D.Style3D = fontInset
  112.     Glyph.TransparentColor = clBlack
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clNavy
  115.     Font.Height = -11
  116.     Font.Name = 'Times New Roman'
  117.     Font.Style = [fsBold]
  118.     Caption = 'OK'
  119.     ButtonSunk = True
  120.     Background = AHMBackground1
  121.     OnClick = AHMButton1Click
  122.     ParentFont = False
  123.     TabOrder = 3
  124.     TabStop = True
  125.   end
  126.   object AHMButton2: TAHMButton
  127.     Left = 87
  128.     Top = 91
  129.     Width = 58
  130.     Height = 25
  131.     Font3D.Style3D = fontInset
  132.     Glyph.TransparentColor = clBlack
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clNavy
  135.     Font.Height = -11
  136.     Font.Name = 'Times New Roman'
  137.     Font.Style = [fsBold]
  138.     Caption = 'Cancel'
  139.     ButtonSunk = True
  140.     Background = AHMBackground1
  141.     OnClick = AHMButton2Click
  142.     ParentFont = False
  143.     TabOrder = 4
  144.     TabStop = True
  145.   end
  146.   object Timer1: TTimer
  147.     Enabled = False
  148.     Interval = 15000
  149.     OnTimer = Timer1Timer
  150.     Left = 65528
  151.     Top = 168
  152.   end
  153.   object Timer2: TTimer
  154.     Enabled = False
  155.     Interval = 100
  156.     OnTimer = Timer2Timer
  157.     Left = 216
  158.     Top = 96
  159.   end
  160.   object AHMBackground1: TAHMBackground
  161.     Gradient.BeginColor = clSilver
  162.     Gradient.EndColor = clGray
  163.     Gradient.ColorCount = 200
  164.     Left = 16
  165.     Top = 8
  166.   end
  167. end
  168.